home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / system / regrun / regruns.exe / regruns580.exe / {app} / Windows 2000.rbm < prev    next >
Text File  |  2001-06-25  |  19KB  |  292 lines

  1. @#$Node 0 System
  2. @#$Key  1 Grab the Focus
  3. HKEY_CURRENT_USER\Control Panel\Desktop
  4. When a window that doesn't have the focus (in the background) is updated by
  5. its program, Win2K by default prevents it from becoming the topmost window.
  6. Instead it flashes the taskbar button. This is governed by these DWORD
  7. [REG_DWORD] Values:
  8. - ForegroundLockTimeout :
  9. Value 200000 [Decimal]: background window not allowed to grab the focus
  10. (default behaviour).
  11. Value 0 [Decimal or DWORD]: allows the background window to grab the focus
  12. (become topmost/foreground).
  13. - ForegroundFlashCount :
  14. Value 0 [Decimal or DWORD]: taskbar flashes until clicked.
  15. Value x [Decimal]: taskbar flashes x times (default is 3)."
  16. @#$Key  1 Changing the Behavior of the Dr. Watson Utility 
  17. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\NT\CurrentVersion\AeDebug
  18. By default whenever an application error occurs in Windows NT, Dr. Watson is launched and the debugger 
  19. started automatically. The extra resources needed for the debugger can sometimes push the system over the 
  20. edge. It is possible to stop the debugger from launching by changing this setting. 
  21. Open your registry and find the key below. 
  22. Change the value of 'Auto' to equal '0' to disable the automatic debugger. 
  23. Note: To disable Dr. Watson completely simply delete the AeDebug subkey and then to re-enable simple 
  24. execute the command 'drwtsn32 -i'.
  25. @#$Key  1 Control Printing Notification Messages
  26. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Providers
  27. By default Windows NT notifies a user with a popup message that their print job has been completed on the 
  28. printer. This setting controls that behavior. 
  29. Open your registry and find the key below. 
  30. Create a new DWORD value, or modify the existing value, named "NetPopup" and set it to equal "0" to 
  31. disable notification or "1" to enable it. 
  32. Restart the printer spooler service or restart Windows for the change to take effect.
  33. @#$Key  1 Define Whether Windows Parses Autoexec.bat
  34. HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
  35. When this value is 1, the environment variables declared in the Autoexec.bat file are included in the user's 
  36. environment. 
  37. Open your registry and find the key below. 
  38. Create a new String value, or modify the existing value called 'ParseAutoexec' using the settings below. 
  39. Exit your registry, you may need to restart or log out of Windows for the change to take effect. 
  40. @#$Node 1 Command Prompt
  41. @#$Key  2 Changing Default Colors for Command Prompt
  42. HKEY_CURRENT_USER\Software\Microsoft\Command Processor
  43. The value DefaultColor controls the foreground and background colors used in command prompt windows. It 
  44. has a default value of 0, for standard white text on a black background. 
  45. You can replace this value with a two-digit hexadecimal number, in which the first digit selects a background 
  46. color and the second a foreground color. A value of F0, for example, would give black text on a white 
  47. background, and 1E would yield yellow text on a blue background. 
  48. @#$Key  2 Enable Command Line Completion
  49. HKEY_CURRENT_USER\Software\Microsoft\Command Processor
  50. Command completion allows you to type only a portion of a file name, and then have the system complete the 
  51. rest by pressing the specified key. This is similar to the UNIX shell command completion feature. 
  52. Open your registry and find the key below. 
  53. Create a new DWORD value, or modify the exist value called 'CompletionChar' set the value to equal '9' (for 
  54. the TAB key). 
  55. Exit your registry, you may need to restart Windows for the change to take effect. 
  56. Now when you type the first part of a filename then press the TAB key, Windows will complete the filename for 
  57. you. Pressing TAB multiple times will scroll through all the options. 
  58. For Windows 2000 users you can also create an additional key named 'PathCompletionChar' to configure an 
  59. alternate directory completion character. 
  60. Note: Changing the value of 'CompletionChar' changes which key executes command completion i.e. '09' is 
  61. the TAB key. 
  62. @#$Node 1 Hardware
  63. @#$Key  2 Enable DVD Features in Media Player
  64. HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\Settings
  65. This setting allows you to use Microsoft Media Player to Play and Open DVDs. 
  66. Open your registry and find the key below. 
  67. Create a new string value called "EnableDVDUI" and set it to "yes" to enable DVD functionality. 
  68. @#$Key  2 Enabling UDMA66 Mode on Intel Chipsets
  69. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Class\{4D36E96A-E325-11CE-BFC1-08002BE10318}\0000
  70. If you have a computer with an Intel chipset that supports UDMA66, you will still find that UDMA66 mode is 
  71. disabled by default on Windows 2000 computers. This tweak enables it. 
  72. Open your registry and find the key below. 
  73. Create a new DWORD value called "EnableUDMA66" and set it to "1" to enable UDMA66 or "0" to disable 
  74. it. 
  75. Restart Windows for the change to take effect. 
  76. Note: Before you enable UDMA66 mode make sure that the device supports UDMA66 mode and use an 
  77. 80-pin IDE cable with the proper pin cut. 
  78. @#$Key  2 Fix AMD Athlon AGP Paging Issue 
  79. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
  80. Windows 2000 based computers may stop responding when you use an Accelerated Graphics Port (AGP) 
  81. program with an AMD Athlon processor. This is due to the memory allocated by the video adapter driver 
  82. becoming corrupted. This registry tweak will fix the problem. 
  83. Open your registry and find the key below. 
  84. Create a new DWORD value called "LargePageMinimum" and set it to equal "0xffffffff". 
  85. Restart Windows for the change to take effect.
  86. @#$Node 1 File System
  87. @#$Key  2 Change the Size of the Windows File Protection Cache 
  88. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
  89. The Windows File Protection feature of Windows stores copies of common DLL files and replaces them if the 
  90. original becomes damaged or lost. This tweak lets you control the maximum amount of space available to be 
  91. consumed by the backup DLL's. 
  92. Open your registry and find the key below. 
  93. Create a new DWORD value, or modify the existing value, called "SfcQuota" and set it to the allowable disk 
  94. space in megabytes (decimal mode). For example, 50Mb would be 0x00000032 (50) and 200Mb would be 
  95. 0x000000c8 (200). The default value is 0 (zero) which allows unlimited space. 
  96. Restart Windows for the change to take effect. 
  97.  
  98.  
  99.  
  100. @#$Key  2 Disable File Protection
  101. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
  102. "To disable Windows File Protection (WFP) in Windows 2000 ONLY WITHOUT Service
  103. Pack 2 (SP2) installed, start Regedit or Regedt32 and go to:
  104. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
  105. Add/modify the "SFCDisable" DWORD [REG_DWORD] entry to read FFFFFF9D.
  106. Reboot when done."
  107. @#$Key  2 Disable "Last Access"
  108. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem
  109. This Windows NT4/2000 Registry hack speeds up disk access performance ONLY if
  110. using the NTFS file system, for disk management applications that list
  111. directory structures, like Windows Explorer,  the DOS DIR command etc.
  112. By default, every time a directory is displayed or accessed, its "LastAccess"
  113. date/time stamp is updated by the OS.
  114. To stop this time wasting annoyance, open Regedit or Regedt32 and go to:
  115. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem
  116. If using Regedt32 uncheck "Read Only Mode" in the Options menu.
  117. In the right hand pane look for the "NtfsDisableLastAccessUpdate" DWORD
  118. [REG_DWORD] Value.
  119. If present: edit the Decimal Value to read 1.
  120. If absent: create a new DWORD [REG_DWORD] Value, name it
  121. "NtfsDisableLastAccessUpdate", and give it the Decimal Value of 1.
  122. Close the Registry editor and reboot to see the change.
  123. @#$Key  2 Windows NT Short File Extensions
  124. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
  125. Windows NT evaluates file extensions on the first three characters, therefore 'filename.html' is actually treated 
  126. as 'filename.htm'. Therefore if you use a command such as 'del *.htm' to delete all the '.htm' files, you will also 
  127. delete all '.html' files as well. This functionality can be disabled by modifying the registry. 
  128. To turn this setting off, editing the key found below and set the value of 'Win95TruncatedExtensions' to '0', to 
  129. turn the feature back on, set the value back to '1'. 
  130. @#$Node 0 Internet
  131. @#$Key  1 Increase DNS cache
  132. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters
  133. To do this, run Regedit and go to:
  134. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters
  135. Modify/create the DWORD [REG_DWORD] values "CacheHashTableBucketSize",
  136. "CacheHashTableSize", "MaxCacheEntryTtlLimit", and "MaxSOACacheEntryTtlLimit".
  137. The Decimal values that seem to work well are (consecutively): 1, 384, 64000,
  138. 301 and 300. There are other parameters within this key, but unless you fully
  139. understand how the TCP/IP and DNS systems function, you should leave them
  140. unchanged."
  141. @#$Key  1 Control the Internet Explorer Script Debugger 
  142. HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
  143. When an Internet Explorer detects an error on a page it has the ability to launch a script debugger to diagnose 
  144. the problem. This setting controls the use of the Internet Explorer script debugging functions. 
  145. Open your registry and find the key below. 
  146. Create a new string value, or modify the existing value, named "Disable Script Debugger" and set it to either 
  147. "yes" to disable the debugger or "no" to enable it. 
  148. Restart Internet Explorer for the change to take effect. 
  149. @#$Node 0 Security
  150. @#$Key  1 Force the Use of Automatic Logon
  151. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon
  152. Normally when a Windows machine is configured to automatically logon to a specified account users can 
  153. bypass this and enter alternate account information. This tweak forces the machine to auto logon and to 
  154. ignore any bypass attempts. 
  155. Open your registry and find the key below. 
  156. Create a new string value called "ForceAutoLogon" and set it to equal "1" to force automatic logons or "0" to 
  157. allow alternate users. 
  158. Restart Windows for the change to take effect. 
  159. @#$Node 0 Enhancements
  160. @#$Key  1 Control Smart Menus
  161. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\
  162. Windows 2000 included a new feature called 'Personalized Menus', which remembers which items you use 
  163. regularly and hides items you don't. This tweaks allows you to enable or disable this functionality. 
  164. Open your registry and find the key mentioned below. 
  165.  
  166. Create a new string value, or modify the existing value, named 'IntelliMenus'. Modify the value to equal 'YES' to 
  167. enable smart menus or 'NO' to disable them. 
  168.  
  169. Exit your registry and log off for the changes to take effect. 
  170.  
  171. Note: By using the same key except under the [HKEY_LOCAL_MACHINE] tree the tweak can be enforced 
  172. system wide, instead of only user based. 
  173.  
  174.  
  175.  
  176. @#$Key  1 Enable Start Menu Scrolling
  177. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  178. When there are more items on the Start Menu than can fit on the screen, Windows can either create a second 
  179. column of items or it can create a scrolling menu. This tweak controls that functionality. 
  180. Open your registry and find the key mentioned below. 
  181. Create a new string value, or modify the existing value, named 'StartMenuScrollPrograms'. Modify the value to 
  182. equal 'YES' to enable scrolling of the items or 'NO' to disable it. 
  183. Exit your registry and log off for the changes to take effect. 
  184. Note: By using the same key except under the [HKEY_LOCAL_MACHINE] tree the tweak can be enforced 
  185. system wide, instead of only user based. 
  186. @#$Key  1 Hide or Display Administrative Tools Menu
  187. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  188. As with Windows NT, Windows 2000 has an 'Administrative Tools' folder on the Start Menu. This folder 
  189. contains powerful administration utilities and therefore can be hidden to avoid accidental use. 
  190. Open your registry and find the key mentioned below. 
  191. Create a new string value, or modify the existing value, named 'StartMenuAdminTools'. Modify the value to 
  192. equal 'YES' to show the administrative tools folder or 'NO' to hide it. 
  193. Exit your registry and log off for the changes to take effect. 
  194. Note: By using the same key except under the [HKEY_LOCAL_MACHINE] tree the tweak can be enforced 
  195. system wide, instead of only user based. 
  196. Note: Hiding the folder does not stop the use of the tools, it only make it more difficult to locate them. 
  197. @#$Key  1 Launch Folder Windows in a Separate Process
  198. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  199. This setting controls whether each folder window is launched as a separate explorer task. The benefit of this 
  200. method is that if one window has an error and crashes the others should be not be affected. The 
  201. disadvantage is that it takes more system resources for each folder. 
  202. Open your registry and find the key below. 
  203. Create a new DWORD value, or modify the existing value, named "SeparateProcess" and set it to "0" to 
  204. disable separate processes or "1" to enable them. 
  205. Restart Windows for the change to take effect
  206. @#$Key  1 Remove My Documents from Documents on the Start Menu
  207. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  208. This tweak hides 'My Documents' which is shown under the Documents folder on the Start Menu. 
  209. Open your registry and find the key below. 
  210. Create a new DWORD value, or modify the existing value called 'NoSMMyDocs' set the value to equal '1' to 
  211. enable the restriction. 
  212. Exit your registry, you may need to restart for the changes to take effect. 
  213. @#$Key  1 Show Cascading Control Panel Items 
  214. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  215. This tweak controls whether the Control Panel is shown as a cascading menu or as a simple folder link on the 
  216. Start Menu. 
  217. Open your registry and find the key mentioned below. 
  218. Create a new string value, or modify the existing value, named 'CascadeControlPanel'. Modify the value to 
  219. equal 'YES' to enable cascading or 'NO' to disable it. 
  220. Exit your registry and log off for the changes to take effect. 
  221. Note: By using the same key except under the [HKEY_LOCAL_MACHINE] tree the tweak can be enforced 
  222. system wide, instead of only user based. 
  223. @#$Key  1 Show Cascading My Documents Folder 
  224. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  225. This tweak makes the 'My Documents' folder on the Start Menu into a cascading folder, which then give you 
  226. direct access to sub-folders without having to open the main 'My Documents' directory first. 
  227. Open your registry and find the key mentioned below. 
  228. Create a new string value, or modify the existing value, named 'CascadeMyDocuments'. Modify the value to 
  229. equal 'YES' to enable cascading or 'NO' to disable it. 
  230. Exit your registry and log off for the changes to take effect. 
  231. Note: By using the same key except under the [HKEY_LOCAL_MACHINE] tree the tweak can be enforced 
  232. system wide, instead of only user based. 
  233. @#$Key  1 Show Cascading Network Connections
  234. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  235. This tweak makes the 'Network and Dial-up Connections' folder on the Start Menu into a cascading menu 
  236. instead of a simple folder link. 
  237. Open your registry and find the key mentioned below. 
  238. Create a new string value, or modify the existing value, named 'CascadeNetworkConnections'. Modify the 
  239. value to equal 'YES' to enable cascading or 'NO' to disable it. 
  240. Exit your registry and log off for the changes to take effect. 
  241. Note: By using the same key except under the [HKEY_LOCAL_MACHINE] tree the tweak can be enforced 
  242. system wide, instead of only user based. 
  243. @#$Key  1 Show Compressed Files in an Alternate Color 
  244. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  245. This setting controls whether compressed files and folders are shown in explorer using a different color to make 
  246. them easily distinguishable. 
  247. Open your registry and find the key below. 
  248. Create a new DWORD value, or modify the existing value, named "ShowCompColor" and set it to equal "1" to 
  249. enable the use of alternate colors or "0" to use the default colors. 
  250. Restart Windows for the change to take effect. 
  251. Note: The color used to display the files and folders can be set using this tweak. 
  252. @#$Key  1 Show Favorites on the Start Menu 
  253. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  254. This setting controls whether the Favorites folder is shown on the Start Menu. 
  255. Open your registry and find the key mentioned below. 
  256. Create a new DWORD value, or modify the existing value, named 'StartMenuFavorites'. Modify the value to 
  257. equal '1' to enable Favorites or '0' to disable them. 
  258. Exit your registry and log off for the changes to take effect. 
  259. Note: By using the same key except under the [HKEY_LOCAL_MACHINE] tree the tweak can be enforced 
  260. system wide, instead of only user based. 
  261. @#$Key  1 Show Log Off [Username] on the Start Menu
  262. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  263. This setting controls whether the 'Log Off [Username]' option is shown on the Start Menu. 
  264. Open your registry and find the key mentioned below. 
  265. Create a new DWORD value, or modify the existing value, named 'StartMenuLogoff'. Modify the value to 
  266. equal '1' to enable the Log Off option or '0' to disable it. 
  267. Exit your registry and log off for the changes to take effect. 
  268. Note: By using the same key except under the [HKEY_LOCAL_MACHINE] tree the tweak can be enforced 
  269. system wide, instead of only user based. 
  270. @#$Node 0 Networking
  271. @#$Key  1 Hide Computers Near Me in Network Places
  272. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  273. This setting allows you to show or hide the computers listed Near Me in My Network Places. 
  274. Open your registry and find the key below. 
  275. Create a new DWORD value, or modify the existing value called 'NoComputersNearMe' set the value to equal 
  276. '1' to enable the restriction. 
  277. Exit your registry, you may need to restart for the changes to take effect. 
  278. @#$Key  1 Hide Network and Dial-up Connections on Start Menu 
  279. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  280. This tweak allows you to hide the Network and Dial-up Connections option on the Start Menu. 
  281. Open your registry and find the key below. 
  282. Create a new DWORD value, or modify the existing value called 'NoNetworkConnections' set the value to 
  283. equal '1' to enable the restriction. 
  284. Exit your registry, you may need to restart for the changes to take effect. 
  285. @#$Key  1 Run Logon Scripts Synchronously
  286. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
  287. This setting defines whether the system should wait for the logon scripts to complete before starting the user's 
  288. shell or whether the scripts should run asynchronously. 
  289. This function can also be controlled on a per user basis by modifying the same value at 
  290. [HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon] 
  291. Note: The value in [HKEY_CURRENT_USER] section take precedence over [HKEY_LOCAL_MACHINE]. 
  292.